home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / tex / xtexcad-.000 / xtexcad- / orig_src / ereignis.h < prev    next >
C/C++ Source or Header  |  1993-03-04  |  1KB  |  53 lines

  1. /* xtexcad  V1.2 - graphic editor for LaTeX */
  2. /* 1991 by K.Zitzmann */
  3. /* header-file ereignis.h */
  4.  
  5.  
  6.  
  7. #ifndef EREIGNISH
  8. #define EREIGNISH
  9.  
  10.  
  11.  
  12.  
  13.  
  14. /* prototypes */
  15.  
  16.  
  17.  
  18.  
  19.  void load_handler(void);
  20.  void trans_handler(void);
  21.  void about_handler(void);
  22.  void quit_handler(Widget cmd, caddr_t client_data, caddr_t call_data);
  23.  void options(Widget w, caddr_t client_data, caddr_t call_data);
  24.  void raster_on(void);
  25.  void raster_off(void);
  26.  void snap_on(Widget w, caddr_t client_data, caddr_t call_data);
  27.  void general_purpose_handler(Widget w, caddr_t client_data, caddr_t call_data);
  28.  void aus_raster(Widget w, char c, caddr_t call_data);
  29.  void slopes(Widget w, caddr_t c, caddr_t call_data);
  30.  void diams(Widget w, caddr_t c, caddr_t call_data);
  31.  void answer(Widget w, char c, caddr_t call_data);
  32.  void get_number(void);
  33.  void automatic_refresh(Widget w, caddr_t client_data, caddr_t call_data);
  34.  void full_dina4(Widget w, caddr_t client_data, caddr_t call_data);
  35.  void draw_coords(Widget cmd, caddr_t, caddr_t call_data);
  36.  void ruler_on(void);
  37.  void ruler_switch(Widget w, char c, caddr_t call_data);
  38.  void cross_switch(Widget w, char c, caddr_t call_data);
  39.  void l_length_switch(Widget w, caddr_t client_data, caddr_t call_data);
  40.  
  41.  
  42. extern int h_cross;
  43. extern int v_cross;
  44.  
  45.  
  46.  
  47. #endif
  48.  
  49.  
  50.  
  51.  
  52.  
  53.